home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / linuxcon.000 / linuxcon / linuxconf-1.6 / dnsconf / dnsmxs.c < prev    next >
C/C++ Source or Header  |  1995-09-16  |  200b  |  15 lines

  1. #include <stdio.h>
  2. #include <string.h>
  3. #include "../misc/misc.h"
  4. #include "dnsconf.h"
  5. #include "internal.h"
  6. #include "../paths.h"
  7.  
  8. /*
  9.     Edit the MXs for each domains
  10. */
  11. PUBLIC void DNS::editmxs()
  12. {
  13. }
  14.  
  15.